diff options
Diffstat (limited to 'src/app/groups/[groupId]/not-found.tsx')
| -rw-r--r-- | src/app/groups/[groupId]/not-found.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/groups/[groupId]/not-found.tsx b/src/app/groups/[groupId]/not-found.tsx new file mode 100644 index 0000000..af3788b --- /dev/null +++ b/src/app/groups/[groupId]/not-found.tsx @@ -0,0 +1,5 @@ +'use client' + +export default function NotFound() { + return null +} |
